npm install
sudo systemctl status mongod
sudo systemctl status mongod
First we need to build the bundle into a js version using
npm run collections
First we need to build the bundle into a js version using
npm run build
Then we can start it with the next command
npm start
For run the development with hot reload version we need to use the next command
npm run dev
It will watch all the changes that you do
- An IDE or text editor (VS Code)
- A package manager such as NPM or Yarn
- Node.js installed
- MongoDB server installed