- a single page example of team website layout project used HTML5, SASS, vanilla JS and Parcel module bundler.
Clone the project
git clone git@github.com:eugene17kotov/icecream.git
Go to the project directory
Install dependencies
npm install
Start the server
npm run dev
Navigate your browser to http://localhost:1234. This page will automatically reload after saving changes to the project files.
To stop the assembly, press the key combination
Ctrl + C