All Projects → Wiredcraft → feathers

Wiredcraft / feathers

Licence: other
No description, website, or topics provided.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

FeathersTravis-CI

js-standard-style

Features

  • Babel ES6 transcompiler
  • Webpack to manage and bundle code(for hot-reload...)
  • Standard for code style
  • Tape for testing
  • Travis CI integration
  • React the UI

Getting Started

Clone the repo

git clone [email protected]:Wiredcraft/feathers.git <your-new-repo-name>
cd <your-repo-name>
rm -rf <.git> # strip the boilerplate .git config
git init # create your own .git config
git add .
git commit -m 'Inital commit'

Run the code

To make sure the code style is consistence, run npm run check, we use standard here.

npm install to install all dependencies

npm start to start develop

npm test to start front-end test for react component

npm run dist to build for production

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].