Skip to content
This repository has been archived by the owner on Oct 19, 2019. It is now read-only.
/ sui-parcel Public archive

Launch your own React projects in no time with SUI-Parcel.

License

Notifications You must be signed in to change notification settings

cutemachine/sui-parcel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SUI-Parcel

Launch your own React projects in no time with SUI-Parcel.

This is a basic React app which includes some Semantic-UI React components.

Technologies Used

Getting Started

Just clone the project. Remove the old Git history. Then install the dependencies with yarn. When the installation has finished you can run the new app with yarn start. These are the steps in more detail:

git clone https://github.com/cutemachine/sui-parcel.git
cd sui-parcel
rm -rf .git
yarn
yarn start

When the dev server started you can point your broswer to the URL given in the Terminal. Normally this is localhost:1234.

Build

You can build the project with the parcel command. You can also use the NPM script set up in the package.json file.

yarn build

Demo

Check out the live demo of SUI-Parcel.

How To Contribute

You want to contribute to this project? Great. You can contact me through my Github profile page. Please contact me before sending a pull request so we can align our forces :)

Need Help?

Please contact me through my profile page on GitHub. I'm happy to help if I can.

About

Launch your own React projects in no time with SUI-Parcel.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages