- Make sure you have Yarn installed.
- After installing
yarn, open a terminal and runyarn installin the main volt folder to download all project dependencies.
yarn install
- Then start the app in development mode by running the following command in terminal:
yarn start
- Open http://localhost:3000 to view it in the browser. Any changes you make to the code will be automatically reflected in the browser.
yarn build
-
Make sure you have Node.js installed. Make sure the installed Node version is >= 8.10 and of npm >= 5.6
-
After installing Node.js, open a terminal and run
npm installin the main folder to download all project dependencies. You'll find them in thenode_modules/folder.
npm install
- Then start the app in development mode by running the following command in terminal:
npm run start
- Open http://localhost:3000 to view it in the browser. Any changes you make to the code will be automatically reflected in the browser.
npm run build