A HTML-CSS website designed with the mobile-first approach using CSS grid
-
Clone this repo in your local machine.
-
Go to project folder
cd cosmo-junkies/
- Install dependencies
npm install
- Launch the parcel development server for development (localhost:1234):
npm run dev
- To build the project.
npm run buid