0.1.8 • Published 2 years ago

cra-template-collapp v0.1.8

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Custom create-react-app template

npm package build succeeded

npx

npx create-react-app project-name --template collapp

(npx is a package runner tool that comes with npm 5.2+ and higher, see instructions for older npm versions) Inside the newly created project, you can run some built-in commands:

npm run pack

Runs the packaging script. Names newly created ZIP file with hex hash of folder contents. DO NOT RENAME THIS ZIP FILE

npm run start or yarn start

Runs the app in development mode. Open http://localhost:3000 to view it in the browser.

The page will automatically reload if you make changes to the code. You will see the build errors and lint warnings in the console.

npm run test or yarn test

Runs the test watcher in an interactive mode. By default, runs tests related to files changed since the last commit.

Read more about testing.

npm run build or yarn build

Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

Your app is ready to be deployed.

0.1.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.8

2 years ago

0.0.9

2 years ago

0.1.7

2 years ago

0.0.8

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.6

2 years ago

0.0.7

2 years ago

0.1.5

2 years ago

0.0.5

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago