Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 1.22 KB

File metadata and controls

54 lines (41 loc) · 1.22 KB

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