Skip to content

danangekal/simple-react-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.

This project was inspired by awesome Sosial Media and CRA-SSR

Table of Contents

Features

  • Simpel project React with custom CRA (Create React App) and SSR (Server Side Rendering)
  • With Dummy data from jsonplaceholder
  • SEO friendly with React Helmet
  • Redux
  • Responsive with React for Semantic UI

Quick Start

Install dependencies:

yarn install

Run start with SSR:

yarn start

Run dev (no SSR):

yarn dev

Run build:

yarn build

Run serve (serve with SSR):

yarn serve

Run test:

yarn test

License

The Project is open-sourced project licensed under the MIT license