cycle-scripts

2.1.1 • Public • Published

cycle-scripts

Cycle-app core flavor.

Language

ES6 ( Babel ) configured with:

Bundler

Webpack configured with

Scripts

  • npm start: Start development server listening on port 8000
  • npm test: Run the default test tool
  • npm run build: Generate a production-ready build content, on the build folder (this folder is gitignored)
  • npm run eject: Copy flavor's dependencies and configurations to the project folder, update package.json and remove the dependency on the flavored cycle-scripts. This is irreversible.

Boilerplate:

The flavor generate the following file structure:

my-awesome-cycle-app/
├── node_modules/
├── public/
│   ├── favicon.ico
│   └── index.html
├── src/
│   ├── app.js
│   ├── app.test.js
│   └── index.js
└── package.json

Config files

  • .babelrc (Added on the root after running the eject script)

Dependencies (15)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i cycle-scripts

    Weekly Downloads

    15

    Version

    2.1.1

    License

    MIT

    Unpacked Size

    64.6 kB

    Total Files

    34

    Last publish

    Collaborators

    • nickbalestra
    • supermanitu