Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 459 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 459 Bytes

Skeleton

The full featured template skeleton repository for internal team projects.

Commands

npm run storybook: start the storybook instance at :6006 for UI development.

npm run server: start the backend server.

npm run build:watch: run the webpack build and watch for changes to recompile.

npm run dev: kickoff the development process by running the server and webpack build concurrently.

npm run lint: run the linter on the codebase.