Wbkd React Starter Save

🚀 A minimal react boilerplate featuring easy-peasy state management and styled-components

Project README

React Starter

Dependabot badge

A minimal starting point for interactive applications that we build at webkid. The boilerplate already includes some basic components as well as hooks and utils that we are often using in our projects.

The starterkit is based on these libraries:

Getting started

Create a new Github repository with the template or clone the repo:

git clone [email protected]:wbkd/react-starter.git && cd react-starter

then install the dependencies via npm:

npm install

you are now ready to develop your app.

Development

Builds the application and starts a webserver with hot loading. Runs on localhost:8080

npm run start

Build

Builds a minified version of the application in the build folder.

npm run build

Additionally, a zipped version of the bundle is added as build.zip. We often use this for our clients to upload the application to their own servers.

Open Source Agenda is not affiliated with "Wbkd React Starter" Project. README Source: wbkd/react-starter
Stars
114
Open Issues
21
Last Commit
2 months ago
Repository
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating