import React from 'react';
import clsx from 'clsx';
import styles from './styles.module.css';
export const Highlight = ({children, color}) => (
{children}
);
export const Dependencies = ({}) => {
return (
Dependencies
- express
- express-rate-limit
- helmet
- joi
- moment
- mongoose
- nila-logger
- nodemailer
- socket.io
- xss
)
}
export default function HomepageFeatures(): JSX.Element {
return (
Features of NilaJS
- Runs on NodeJS
- Built on top of Express.js
- Implemented with MVC pattern
- Easy to Code with very few bugs
- Short Development time
Getting started
npm install nilajs -g
nila create:app appName
);
}