Skip to content

hovenko/solid-webapp-react-skeleton-yarn-webpack

Repository files navigation

Solid web application skeleton

This base application project helps getting started with Solid web application development.

For building, it uses:

  • Yarn for application project management (building, dependencies, etc).
  • Webpack to create a web application distribution and supplies a developer friendly web server.
  • Babel for compiling the Javascript source to web browser compatible code.

Included dependencies are:

Getting started

# In case you don't already have yarn
npm install -D yarn
rm package-lock.json

# Enables executing binaries/scripts from node_modules
. .bashrc-npm-do

# Installs dependencies
npm-do yarn install

# Starts the webpack development web server
npm-do yarn start

# Builds a distributable, see "build/" directory
npm-do yarn build

About

Solid web application skeleton with React, Yarn and Webpack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published