Skip to content

robhuzzey/isomorphic-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

isomorphic-boilerplate

For starting isomorphic projects

Table of Contents

Background

I needed a quick way to start up a project that is isomorphic

Prerequisites

Getting Started

The easiest way to get started is to clone the repository:

# Get the latest snapshot
git clone --depth=1 https://github.com/robhuzzey/isomorphic-boilerplate.git myproject
rm -rf .git # Prevents trying to push changes to this repo

# Change directory
cd myproject

# Install NPM dependencies
npm install

# Then simply start your app
npm start

Developing

npm run start

This will run a webpack server with a watch task & rebuild on any changes

npm run server

This will run the build of the client side application then run a node server.

Building

npm run build

Will create a bundle in src/static/js/bundle/ suitable for deployment.


Pull requests accepted.

Small note: If editing the Readme, please conform to the standard-readme specification.

About

Isomorphic Boilerplate for getting projects started

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published