1
1
mirror of https://github.com/c8r/x0.git synced 2024-09-11 13:45:52 +03:00
x0/examples/basic
2018-06-03 19:05:31 -04:00
..
src Add create-x0 package 2018-06-03 19:05:31 -04:00
package.json Add create-x0 package 2018-06-03 19:05:31 -04:00
README.md Add create-x0 package 2018-06-03 19:05:31 -04:00

x0 basic example

npm install

Dev Server

npm start

Editing src/index.js will live update in the development server.

Static Build

npm run build