- Copy
.env.example
as.env
with the proper values
- Install dependencies by running
npm i
- Start the development server by running
npm run start
- Open up the app from
http://localhost:7001
- Install dependencies by running
npm i --production
- Build the production files by running
npm run build
- Serve the
/dist
directory