Skip to content

A live project boilerplate for making websites on localserver

Notifications You must be signed in to change notification settings

niraj04/Liveprojectboilerplate

Repository files navigation

Frontend Base

Install Packages

Install Node dependencies.

npm install --legacy-peer-deps

Compile Assets

Run app in development mode.

npm start

Build app in development mode for building the static assets. (without CDN)

npm run build-dev

Build app in production mode for building the static assets. (with CDN)

npm run build

About

A live project boilerplate for making websites on localserver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published