PHOSTALGIA
Getting started
Install packages
yarn install
or npm install
Start dev server
yarn start
or npm start
Runs the app in development mode.
Open http://localhost:3000 to view it in the browser.
Build
yarn build
or npm run build
Builds the app for production to the build
folder.
Stacks
- boilerplate : create-react-app
- frontend : react
- backend : node / express
- database : mongodb
- build : react script
- package : yarn, npm