/Code-playgrounds

Integrated Development Environment for building websites

Primary LanguageJavaScriptMIT LicenseMIT

GitHub last commit GitHub license Netlify Status

Code-Playgrounds 🔥

Integrated Development Environment for building websites.

Run the following commands to run project in local machine

To start the project

npm run start-dev

To Create development build

npm run build-dev

To Create production build

npm run build-prod

To run test cases

npm run test

To run storybook

npm run storybook

To run Bundle Analyzer

npm run build-analyze