hello-syw
v0.1.0
Published
This README would normally document whatever steps are necessary to get your application up and running.
Downloads
1
Readme
README
This README would normally document whatever steps are necessary to get your application up and running.
What is this repository for?
- This is testing
- Version 0.1.0
Pre-requisites
Before getting started, make sure you have a specific version of Node.js installed. The boron LTS is an ideal starting point.
- Install
nvm
(Node Version Manager) Here is the install instruction - Check out the boron LTS(Long-term Support) of Node.js by following scripts
nvm install --lts=boron
nvm use --lts=boron
Also install yarn
as dependency management tool. Detail about the installation
brew install yarn --ignore-dependencies
How do I get set up?
Clone Repo
Install dependencies
yarn install
- Start a web server
yarn run start
- Check the web server link on any browsers
http://localhost:3000/
- How to run tests
yarn run test
- How to build
yarn run build
- [TODO] Deployment instructions
yarn run deploy
Contribution guidelines
- Writing tests
- Code review
- Learn Markdown
Who do I talk to?
- Repo owner or admin
- Other community or team contact
Code standard
- Branch name
Every function need a new branch, please following the name formating downbelow:
Feature/dropdown (such as the development of new modules dropdown)
Bugfix/dropdown-not-work-on-ie (such as repair dropdown does not work on ie)
Spike/animation (such as trying a animation)
Plugins
- https://devarchy.com/react-components
- http://neostack.com/opensource/react-slick