Skip to content

セキココの座席新規作成の部分をReactで書いてみた

License

Notifications You must be signed in to change notification settings

synboo/sekicoco-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What's this?

Getting Started

// Clone this repository
$ git clone git@github.com:synboo/sekicoco-react.git

// Change the directory
$ cd sekicoco-react

// Open html file
$ open index.html

How to modify main.js

// Install local libraries
$ npm install

// Install browserify
$ npm install -g browserify

// If you modify main.js, you have to rebuild bundle.js
$ browserify -t [ babelify --presets [ react ] ] main.js -o bundle.js

About

セキココの座席新規作成の部分をReactで書いてみた

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages