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'