yarn
yarn dev
or
yarn startRuns the app in the development mode.
Open http://localhost:5000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
docker build -t express_img .
use “docker images" command to see images in the local system
docker run -itd --rm --name express_container -p 5000:5000 express_img
to stop container:
docker container stop express_container
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
This is the official es6 template for create-express-app.
For more information, please refer to:
- Getting Started How to create a new app.
- Contributing We are still working on refining it and contributions are welcome!