Created
January 9, 2018 21:52
-
-
Save Sstobo/bf4e8c11db162add60afcfba5424afa4 to your computer and use it in GitHub Desktop.
[React Day 1] #react
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SSR -> Server Side Rendering | |
SPA -> Single Page Application | |
#### SETUP Local Development Server ##### | |
use html boiler plate in ADP | |
-> npm i -g http-server | |
-> http-server | |
-->create-react-app [name of app] | |
##### BEST PRACTICE ###### | |
OR --> export from stackblitz, npm install or yarn | |
-->npm start | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
npm i -g json-server
json-server --watch db.json -p 4000