Skip to content

gimelfarb/spice-app-react-intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spice-app-react-intro

A sample app showing how to use spice-app-react to blend React with existing static HTML markup.

Live version: https://spice-app-react-intro.surge.sh

Getting Started

Run locally

Following will start the local webserver and open the default browser:

$ npm install
$ npm start

Build

$ npm run build

Contents of build folder can be deployed to any static hosting provider.

How it was made

App is based on create-react-app:

$ npx create-react-app spice-app-react-intro --use-npm
$ cd spice-app-react-intro
$ rm src/*
$ rm public/manifest.json
$ npm i spice-app-react

Then customize (see source code for the actual code):

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the ISC License - see the LICENSE.md file for details

Acknowledgments

  • Bulma - Awesome modern CSS framework based on Flexbox

Also, thanks @PurpleBooth, for the README template!

About

Sample app showing how to use spice-app-react

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published