mayurpateldeveloper / bootcamp-web-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Boilerplate

A minimal and light dev environment for ProDigi bootcamp

Install the dependencies and start the server.

npm install
npm start
open http://localhost:3000

Static Files

You can store static files like images, fonts, etc in the build folder.

For example, if you copy a file called my_image.png into the build folder you can access it using http://localhost:3000/build/my_image.png.

Dependencies

About


Languages

Language:JavaScript 94.2%Language:HTML 5.1%Language:CSS 0.6%