$ cd path/to/directory
$ cd frontend
$ npm i
$ cd ../backend
npm i
$ cd frontend
$ npm start
$ cd ../backend
$ npm run server
Visit http://localhost:3000 in your browser.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
$ cd path/to/directory
$ cd frontend
$ npm i
$ cd ../backend
npm i
$ cd frontend
$ npm start
$ cd ../backend
$ npm run server
Visit http://localhost:3000 in your browser.