true-ui-component

React starter boilerplate for client and server rendering (Universal) # Features

Usage no npm install needed!

<script type="module">
  import trueUiComponent from 'https://cdn.skypack.dev/true-ui-component';
</script>

README

react-redux-boilerplate

React starter boilerplate for client and server rendering (Universal)

Features

Getting Started

$ npm install
$ npm run dev  

Client: Build to production

$ npm run build:client
../build/
deploy folder build

Server rendering: Build to production

$ npm run build
$ npm run start

Testing

$ npm test

Thank you for your suggestions!