The project is using webpack with ES6, SASS & jQuery.
- NodeJS with NPM
- Visual Studio Code as Code Editor
- Git for version control
- Netlify for hosting
The page is hosted on Netlify & can be accessed via https://revonic-test.netlify.com/
- Install NodeJS
- Install global npm packages.
npm install -g webpack
- Run
npm install
command to install dependecies. - Run
npm start
command. It will build application and will automatically start local server. If browser window doesn't open automatically, you can navigate to URLhttp://localhost:9000
. Default port is 9000.
- Install NodeJS
- Install global npm packages.
npm install -g webpack
- Run
npm install
command to install dependecies. - Run
npm run build
command. It will build application indist
folder.