The purpose of the task is to be able to convert design into HTML / CSS. We want to build from design to HTML the following blocks of our new dashboard with dynamic widgets:
- Install Node.JS
- Install SASS
- Install the dependencies with
npm install
- Run the app in development mode with
npm start
. - Build with
npm run build
. to serve the built app, run the following:
npm install -g serve
serve -s build