Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
Sern stack is basically a javascript stack. You can develop a advanced desktop application with javascript.
SERN stands for -
* S - Node sqlite3
* E - Electron js
* R - React
* N - Node js
# Installation
```
npm i sern-stack
```
### Starting development enviroment
```
npm run electron-dev
```
# Usages
- For modify code go to src directory then edit app.js file with your code editor.
- For navigation or route you can use react router
- To connect with sqlite database
>Frontend
```
import React, {useState,useEffect} from 'react';
import sendAsync from './renderer.js'